home *** CD-ROM | disk | FTP | other *** search
- <WIZARD name="LdapWizard" caption="LDAP Directory Viewer Wizard" image="..\\images\\wizardoutput.bmp">
-
- <!--- wizard parameters --->
- <PARAM name="ApplicationName" value="" required="yes">
-
- <PARAM name="ServerName" value="" required="yes">
- <PARAM name="ServerPort" value="389">
- <PARAM name="Timeout" value="20">
- <PARAM name="Username" value="">
- <PARAM name="Password" value="">
- <PARAM name="Root" value="" required="yes">
- <PARAM name="FirstInDN" value="" required="yes">
- <PARAM name="ObjectClass" value="" required="yes">
- <PARAM name="Attributes" value="" required="yes">
-
-
-
- <TEMPLATE
- name="Ldap_LdapView.wml"
- outputFile="$${SafeApplicationName}_LdapView.cfm"
- outputPath="$${Location}"
- description="The main page of the LDAP directory viewer. It displays the entry attributes."
- >
- <TEMPLATE
- name="Ldap_LdapEdit.wml"
- outputFile="$${SafeApplicationName}_LdapEdit.cfm"
- outputPath="$${Location}"
- description="The edit page of the LDAP directory viewer. This page allows edit existing and add new entries in the directory."
- >
- <TEMPLATE
- name="Ldap_LdapAction.wml"
- outputFile="$${SafeApplicationName}_LdapAction.cfm"
- outputPath="$${Location}"
- description="The action template handles the form submissions from other pages of LDAP directory viewer."
- >
-
-
- <!-------------- Enter application settings ---------------------->
- <PAGE name="Page1" caption="LDAP Directory Viewer" image="..\\images\\Main.bmp">
-
- <INPUT name="editApplicationName" param="ApplicationName" required="yes"
- validationMsg="You cannot leave the application name field blank">
-
- <INPUT name="editLocation" param="Location" required="yes"
- validationMsg="You cannot leave the location field blank">
-
- </PAGE>
-
-
-
- <!----------------- Enter LDAP settings --------------------->
- <PAGE name="Page7" caption="Directory Server" image="..\\images\\SelectData.bmp">
-
- <INPUT name="editServerName" param="ServerName" required="yes"
- validationMsg="You cannot leave the server name field blank">
-
- <INPUT name="editServerPort" param="ServerPort">
- <INPUT name="editTimeout" param="Timeout">
- <INPUT name="editUsername" param="Username">
- <INPUT name="editPassword" param="Password">
-
- </PAGE>
-
-
- <!----------------- Enter entry settings --------------------->
- <PAGE name="Page7a" caption="Directory Entries" image="..\\images\\SelectTable.bmp">
-
- <INPUT name="editRoot" param="Root" required="yes"
- validationMsg="You cannot leave the Root DN field blank">
-
- <INPUT name="editFirstInDN" param="FirstInDN" required="yes"
- validationMsg="You cannot leave the 'First in DN' field blank">
-
- <INPUT name="editObjectClass" param="ObjectClass" required="yes"
- validationMsg="You cannot leave the Object Class field blank">
-
- <INPUT name="editAttributes" param="Attributes" required="yes"
- validationMsg="You cannot leave the Attributes field blank">
-
- </PAGE>
-
-
- </WIZARD>